projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5099d51
)
(arm*-*-freebsd*): Added.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 10 Feb 2008 00:26:01 +0000
(
00:26
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 10 Feb 2008 00:26:01 +0000
(
00:26
+0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index a13ebe96c2913c987e77efc4109fafe51ac09ef8..1aadc04c7ac67f9da56936e7b37abfe3d67c9400 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
+
+ * configure.in (arm*-*-freebsd*): Added.
+
2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in (xtensa): Match more configurations.
diff --git
a/configure.in
b/configure.in
index fc2a624487d61e9e3c7061ba858e6eba845dcf28..99fa531ef281d4e4bc0f1199467f922613996090 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-241,6
+241,7
@@
case "${canonical}" in
opsys=freebsd
case "${canonical}" in
alpha*-*-freebsd*) machine=alpha ;;
+ arm*-*-freebsd*) machine=arm ;;
ia64-*-freebsd*) machine=ia64 ;;
sparc64-*-freebsd*) machine=sparc ;;
powerpc-*-freebsd*) machine=macppc ;;